Tutorial Resources Python Webservice API Server deployment using Ubuntu
제품 세부 정보
From the tutorial: https://medium.com/analytics-vidhya/python-webservice-api-server-deployment-using-ubuntu-201d48f477d9
Or: https://www.piecex.com/articles/Python-Webservice-API-Server-deployment-using-Ubuntu-282
Here are the files used during the article/tutorial.
Docker Example
If you downloaded the resources, then you just need to go to the terminal, cd the folder “tutorial_resources”
Build the Dockerfile:
docker build — tag flask_tutorial:1.0 .
Then run the container, for example:
docker run --publish 81:80 --detach --name flask_container flask_tutorial:1.0
This will publish the service into your localhost port 81 (make sure your port 81 is available or change it in the above docker command).
Go to your browser and access http://localhost:81/
It should show: {“PieceX tutorial”:”HELLO WORLD”}
Tutorial Resources Python Webservice API Server deployment using Ubuntu From the tutorial:
가격 정보
이 제품에는 사용 가능한 정보가 없습니다.